@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');



/* body class */
body {
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-image: url('../assets/background1.svg');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 20;
}

.banner-area{
     margin-top: 150px;
     margin-bottom: 150px;
}

.home-area,
.banner-area,
.about-area,
.port-area,
.service-area,
.contact-area {
 
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  min-height: 250px;
 
}



h1 {
  font-size: 50px;
  /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
}

h5{
  font-size: 32px;
  /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
}

p{
  font-size: 24px;
  line-height: 50px;
  /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
}

.text_middle_h1{
  margin-top: -5px;
}

.text_middle_h1_1{
  margin-top: -20px;
}

.content_mession_flex{
   display: flex;
   justify-content: space-around;
   margin-left: 80px;
   flex-wrap: wrap;
   width:50%;
   margin: 0 auto;
}

.title_who_mision{
  margin-top: 80px;
  margin-left:80px;
}

.text_who_mision{
   margin-top: 50px;
  margin-left:80px;
}

.text_who_XL{
   margin-top: 80px;
  margin-left:80px;
}

.content_mession_flex_LG{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   width:75%;
   margin-top: 150px;
   margin: 0 auto;
}

.content_mession_flex_LG > div{

}

.content_mession_flex_XL{
   display: flex;
   justify-content: space-between;
   width:75%;
   margin: 0 auto;
   margin-bottom: 200px;
}

.title_advent{
  margin-top: 50px;
  margin-bottom: 50px;
}

.advent_text{
  margin-left:30px;
}

.content_mession_flex_XL_2{
   display: flex;
   justify-content: space-between;
   width:100%;
   margin: 0 auto;
   margin-top:  150px;
   margin-bottom: 150px;
}

.content_mession_flex_XL_2 > div{

}


.title_who{
  margin-top: 80px;
}

.title_who_XL{
  margin-top: 80px;
  margin-left: 80px;
}

.title_why{
  margin-top: 150px;
}

.title_why_MD{
  margin-top: 110px;
 
}

.title_why_XL{
  margin-top: 75px;
  margin-left:120px;
}


.title_advance_h1{
  margin-top: 150px;
}


.title_Advance{
   margin-top: 200px;
}

.img_middle_top{
  margin-left: -30px;
  margin-right: 150px;
}

.img_middle_top_xl_1{
  margin-top: 5px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 150px;
  width: 400px;
  height: 400px;
}

.img_middle_top_xl_4{
  margin-top: 50px;

}

.img_middle_top_XL{
  margin-right:50px;
}

.img_middle_top_xl_2{
  margin-top: 5px;
  margin-left: -150px;
  width:500px;
  height:500px;
}

.img_middle_top_xl_5 {
  margin-top: 5px;
 
  margin-left:120px;
  width:500px;
  height:500px;
}

.img_middle_top_xl_3{
 
  width:500px;
  height:500px;
}

.img_middle_top_xl_1_MD{
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 150px;
}

.img_middle_top_xl_2{
  margin-top: 50px;
  margin-left:  50px;
  margin-right: 50px;
  width:450px;
  height:450px;
  margin-bottom: 50px;
  
  
}

.img_contact_xl{
  width:150px;
  height:150px;
}

.img_middle_top_xl{
  margin-top: 150px;
  margin-left: 50px;
  margin-right: 150px;
  margin: 0 auto;
  width:450px;
  height:450px
}

.img_middle_top_xl_MD{
   margin-top: 30px;
  margin-left: 50px;

  width:450px;
  height:450px;
  margin: 0 auto;
  margin-right: 80px;
}

.middle_top_text{
  margin-top: 100px;
  margin-left: 100px;
}

.middle_top_text_mision{
  margin-top: 50px;
  margin-left: 50px;
}

.home-area {
  /* background: white; */
  background-color: transparent;
}

.contact-area {
  /* background: white; */
   background-color: transparent;
  margin-top: -30px;
}

.about-area{
    /* background: white; */
     background-color: transparent;
}

.service-area {
  /* background: white; */
   background-color: transparent;
}

/* Close body class */


.content {
  width: 75%;
  height: 80%;
  margin-top: 150px;
  margin-bottom: 15px;
}


.content_contact {
  width: 75%;
  height: 80%;
  margin-top: 30px;
  margin-bottom: 100px;
}


.content_mession{
  width: 75%;
  height: 80%;
  margin-bottom: 15px;
}

.call_to_button{
  width: 180px;
  height: 50px;
  background-color: #766F6C;
  font-weight: 400;
  font-size: 20px;
  color: white;
  border-radius: 4px;
  margin-top: 40px;
}

.call_to_button_md{
  width: 250px;
  height: 50px;
  background-color: #766F6C;
  font-weight: 400;
  font-size: 20px;
  color: white;
  border-radius: 4px;
  margin-top: 50px;
}


.flex-box{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 100px;
}

.flex-box > div{
   min-width: 50%;
}

.flex-box_md{
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}


.flex-box_md > div{
    width: 90%;
}

.top_text{
  margin-top: 50px;
}

.top_text_md{
  margin-top: 50px;
  
}

.first_content_top{
  width: 600px; 
  min-height: 400px; 
  margin-right: 100px; 
  margin-left: -100px;
  padding: 30px;
}

.first_content_top_md{
  width: 90%; 
  min-height: 400px; 
  
 
}



.first_img_top_md{
 margin-left: -100px;
}

.call_to_button{
  width: 180px;
  height: 50px;
  background-color: #766F6C;
  font-weight: 400;
  font-size: 20px;
  color: white;
  border-radius: 4px;
}

.call_to_button:hover{
  color: white;
  background-color: #B02F35;
}

.flex_responsive_top{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.flex_responsive_top > div{

}

.h1_xs{
  margin-top: 50px;
}

.img_top_responsive{
  margin-left: -46px;
  margin-top: -120px;
}

.img_top_xs{
  margin-top: 50px;
  width:320px;
  height:320px;
  margin-bottom:50px;
}

.call_to_button_xs{
  width: 180px;
  height: 50px;
  background-color: #B02F35;
  font-weight: 400;
  font-size: 22px;
  color: white;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 50px;
}

.img_decoration_1{
  /* opacity: 0.5; */
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 0px;
  width:120px;
  height:120px;
}

.img_decoration_2{
  /* opacity: 0.5; */
   display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 60px;
    width:120px;
  height:120px;
  /* margin-left: 200px; */
}

.img_decoration_3{
  /* opacity: 0.5; */
   display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 150px;
  height: 150px;

  /* margin-left: -20px; */
}

.img_decoration_4{
  /* opacity: 0.5; */
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 50px;
  width: 150px;
  height:150px;
  margin-top:150px;
  /* margin-left: 35px; */
}

.img_decoration_4_1{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 150px;
  height:150px;
  margin-top:50px;
  /* margin-left: 35px; */
}

.img_decoration_4_xl{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 50px;
  height:50px;
  margin-top:50px;
  /* margin-left: 35px; */
}


.img_decoration_5{
  /* opacity: 0.5; */
   display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 50px;
   width: 150px;
  height: 150px;
  /* margin-left: 140px; */
}


.img_decoration_6{
  /* opacity: 0.5; */
   display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
  
}

.img_decoration_7{
  /* opacity: 0.5; */
   display: flex;
  justify-content: center;
  margin: 0 auto;
  /* margin-left: 145px; */
  margin-top: -25px;
  margin-bottom: 30px;
    width: 150px;
  height: 150px;
}



.contact_img{
  width: 60px;
  height:60px;
}

.img_decoration_8{
  /* opacity: 0.5; */
   display: flex;
  justify-content: center;
  margin: 0 auto;
  /* margin-left: 50px; */
  margin-top: -100px;
  margin-bottom: 100px;
  width:150px;
  height: 150px;
}

.img_decoration_8_1{
  /* opacity: 0.5; */
   display: flex;
  justify-content: center;
  margin: 0 auto;
  /* margin-left: 50px; */
  margin-top: 20px;
  margin-bottom: 100px;
  width:150px;
  height: 150px;
}

.h1_xs_text-center{
  margin-top: -10px;
}

.flex_mission_box{
  display: flex;
  justify-content: center; 
  width:100%;
}

.flex_mission_box > div{
 width:100%;
}

.title_mission{
  margin-top: 250px;
}

.middle_top_img_mission{
  margin-left:-2px;
}

.menu_style{
  margin-top: 50px;
}

.li_style{
  color:#766F6C;
  font-size: 18px;
  margin-top: 10px;
  
}

.img_li{
  margin-left: -15px;
  padding-right: 10px;
}

.img_li_recepcionista{
  margin-top: -35px;
  margin-left: -17px;
  padding-right: 2px;
}

.flex_mid_top_box{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 100px;
}

.flex_mid_top_box_MD{
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 100px;
  width:75%;
  margin: 0 auto;
}

.flex_mid_top_box_XL{
  display: inline-flex; 
  justify-content: space-between;
  margin-top: 100px;
  width:75%;
  margin: 0 auto;
}

.flex_mid_top_box_LG{
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 100px;
  width:50%;
 
}

.flex_mid_top_box_LG_content{
  display: flex; 
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 100px;
  width:75%;
  margin: 0 auto;
}

.flex_mid_top_box_bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}

.flex_mid_top_box_bottom_MD{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin: 0 auto;
   width:75%;
   text-align: center;
}

.flex_mid_top_margin{
  margin-top: 50px;
}

.flex_mid_top_box_bottom_xs{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}

.flex_mid_top_box_bottom_xs > p{
  width:75%;
}

.flex_mid_top_box_bottom_xs > h1{
  width: 75%;
}

.bottom_advance_text{
  margin-top: 25px;
  
}

.flex_mid_top_box > div {

}


.flex_mid_top_box_advance{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 150px;
  width:75%;
  margin: 0 auto;
}

.flex_mid_top_box_advance > div .index {
  text-align: center;
  color: white;
  padding:5px;
  font-size: 24px;
  width: 60px;
  height:60px;
  border-radius: 50px;
  background-color: rgb(176, 47, 53);
  border: 5.5px solid #E4E4E4;
  transition: 0.3s;
}


.flex_mid_top_box_advance_MD{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 250px;
  width:80%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.flex_mid_top_box_advance_MD > div .index {
  text-align: center;
  color: white;
  padding:5px;
  font-size: 24px;
  width: 60px;
  height:60px;
  border-radius: 50px;
  background-color: rgb(176, 47, 53);
  border: 5.5px solid #E4E4E4;
  transition: 0.3s;
}

.flex_mid_top_box_advance_xs{
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 100px;
  align-items: center;
  
}

.flex_mid_top_box_advance_xs > div .index {
  
  text-align: center;
  color: white;
  padding:4.5px;
  font-size: 24px;
  width: 60px;
  height:60px;
  border-radius: 50px;
  background-color: rgb(176, 47, 53);
  border: 5.5px solid #E4E4E4;
  transition: 0.3s;
}

.flex_mid_top_box_advance_MD > div .index:hover {
  
  border: 5.5px solid #3E3E54;
  background-color: #E4E4E4;
  color: #3E3E54
}

.space_box:hover{
  background-color: rgb(176, 47, 53);
}

.flex_mid_top_box_advance_xs > .box_index{
  align-items: center;
  width: 10%;
  height: 1%;
}

.space_box{
  margin-top: 30px;
  margin-left: -30px;
  margin-right: 25px;
  border-radius: 50px;
  width:5px;
  height:5px;
  background-color: #3E3E54;
}



.flex_mid_top_box_advance_xs > .space_box_xs{
  margin-bottom: 15px;
  border-radius: 50px;
  width:5px;
  height:5px;
  background-color: #3E3E54;
  margin-left: 20px;
}

.index_text{
  font-size: 26px;
  margin-left: -10px;
}



.index_text_experiencia{
  font-size: 26px;
  margin-left: -25px;
  margin-top: 5px;
}

.index_text_xs{
  font-size: 26px;
  margin-left: -15px;
  margin-top: 5px;
}

.index_text_compromiso{
  font-size: 26px;
  margin-left: -25px;
}

.index_text_agilidad_xs{
   font-size: 26px;
   margin-left: -15px;
}

.index_text_confianza_xs{
   font-size: 26px;
   margin-left: -25px;
}

.index_text_conocimiento{
   font-size: 26px;
   margin-left: -40px;
}

.index_text_confianza{
   font-size: 26px;
   margin-left: -25px;
}

.index_text_grupo{
  font-size: 26px;
   margin-left: -40px;
}

.index_text_conocimiento_xs{
    font-size: 26px;
  margin-top: 10px;
  margin-left: -40px;
}

.index_text_compromiso_xs{
   font-size: 26px;
  margin-top: 10px;
  margin-left: -5px;
}

.flex_mid_top_box_advance > div .index:hover {

  background-color: #E4E4E4;
  border: 5.5px solid #3E3E54;
  color: #3E3E54;
  transition: 0.3s;
}

.text_who{
  
  margin-top: 50px;
  margin-right: 10px;
}

.middle_top_text{
  margin-left: -50px; 
}


.middle_top_content_xs{
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.middle_top_content_xs > div{

}


.img_middle_lg{
  margin-left: -150px;
}

.middle_text_xs{
  margin-top: 50px;
}

.middle_top_img{
  margin-top: 30px;
  width:330px;
  height:330px;
}

.img_team_work{
   width:360px;
  height:360px;
}

.who_text_xs{
  margin-bottom: 150px;
}

.middle_text_h3_xs{
  margin-top : 150px;
}

.flex_middle_box{
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.flex_middle_box > div{
  min-height: 50%;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 5px 6px lightgray;
  margin-top: 50px;
  margin-bottom: 20px;
}

ul .li_style_conserjeria{
  list-style-image: url('./assets/li_conserjeria.png');
}

.more_info_card{
  width: 150px;
  height: 35px;
}

#input_card{
   background-color: rgb(251, 204, 97,0.1);
  border: 2px solid #766F6C;
  border-radius: 3px;
  color: #766F6C;
}

#input_card:hover{
   background-color: #766F6C;
   border: 1px solid rgb(251, 204, 97,0.1);
   color: white;
}

.padding_button{
  padding: 15px;
  width: 150px;
  height: 35px; 
}

.advance_bottom_text{
  margin-top: 150px;
}

.conserjeria{
  background-color: rgb(251, 204, 97,0.5);
}

.flex-minimalist-cards{
   display: flex;
   justify-content: center;
   flex-direction: row;
   flex-wrap: wrap;
}

.flex-minimalist-cards > div {
  width: 305px;
  min-height: 305px; /*305*/
  margin-top: 30px;
  margin-left: 30px;
  border-radius: 3px;
  transition: 0.2s;
}

.flex-minimalist-cards > div:hover{
  
 
  transform: scale(1.1); 
  transition: 0.2s;
  z-index: 10;
}

.motivador{
  background-color: rgb(245, 166, 230,0.5);
}

.piscineros{
  /* background-color: #767FA9; */
  background-color: rgb(127, 150, 255,0.5);
}

.limpia_cristales{
 background-color: rgb(127, 150, 255,0.5);
   /* background-color: rgb(176, 47, 53); */
}


.socorrismo_title{
  color: #B02F35;
  margin-top: 20px;
}

.text_middle_h1{
  margin-top: 50px;
  margin-bottom: 60px;
}

.text_middle_h1_top{
  margin-top: 50px;
  margin-bottom: 50px;
}

.text_middle_h1_MD{
  margin-top: 50px;
  margin-bottom: 50px;
}

.mission_text_h1{
  margin-top:30px;
}

.socorrismo{
  /* background-color: rgb(176, 47, 53,0.5); */
  background-color: #F5E4E5;
}


.animacion{
  background-color: rgb(255, 152, 113,0.6);
   /* background-color: rgb(176, 47, 53); */
}


.animacion_title{
  /* color: #7F96FF; */
  color: #B02F35;
  margin-top: 20px;
  text-align: center;
}

.recepcionista{
  background-color: rgb(205, 166, 236,0.5);
  /* background-color: rgb(176, 47, 53); */
}

.padding_card_text{
  padding:15px;
}

.card_color_text{
  color: #766F6C;
}

.recepcionista_title{
  /* color: #CDA6EC; */
  color: #B02F35;
  margin-top: 20px;
  text-align: center;
}

.mantenimiento{
  background-color: rgb(223, 183, 91,0.4);
  /* background-color: rgb(176, 47, 53); */
}


.mantenimiento_title{
  /* color: #DFB75B; */
  color: #B02F35;
  margin-top: 20px;
  text-align: center;
}

.jardineria{
  background-color: rgb(154, 225, 157,0.5);
  /* background-color: rgb(176, 47, 53); */
}

.jardineria:hover{
  /* background-color: rgb(154, 225, 157,0.5); */
   /* background-color: rgb(176, 47, 53); */
}

.jardineria_title{
  /* color: #9AE19D; */
  color: #B02F35;
  margin-top: 20px;
  text-align: center;
}

.img_icon{
  width: 89px;
  height:89px;
}

.conserjeria_title{
  color: #766F6C;
  /* color: #B02F35; */
  /* margin-top: 20px;
  text-align: center; */
}

.limpia_cristales_title{
  /* color: #7E8CC4; */
  color: #B02F35;
  margin-top: 20px;
  text-align: center;
}

.step_line{
  margin-left:50px;
}

.flex_middle_box > div {
 
}


.bottom_img_xl{
  width:100%;
  display: flex;
  justify-content: center;
}

.bottom_img_xl > div{
  margin-top:350px;
}

.contact_img{
  margin-top: 100px;
  margin-left:100px;
  width:120px;
  height:120px;
   margin: 0 auto;
  margin-top: 80px;
 
}

.middle_text_service{
  margin-top: 50px;
  width:75%;
  margin: 0 auto;
}

.contact_text_up{
  width:75%;
  margin: 0 auto;
  margin-top: 100px;
}

.img_grup_bottom_contact{
  margin-top: -100px;
  margin-bottom: 50px;
}

.flex_bottom_box_form{
   display: flex;
   flex-wrap: wrap;
   flex-direction: column;
   justify-content: center;
   margin-top: 50px;
   margin: 0 auto;
}

.flex_bottom_box_form > div{
}

.flex_bottom_box{
  
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.flex_bottom_box > div{
    width: 45px;
    height:45px;
}

.flex_box_contact_text{
  
  display: flex;
  justify-content: space-between;
}

.flex_box_contact_text > div{
   margin-top: -80px;
}

.contact_form_area_xs{
    
    min-width: 300px;
    height: 80px;
    background-image: url('../assets/contact_form_area_xs.png');
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 24px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.contact_text{
  margin-bottom: 50px;
}

.flex_bottom_xl{
   display: flex;
   flex-wrap: nowrap;
   flex-direction: row;
   justify-content: space-between;
   margin-bottom: 120px;
   margin-top:10px;
  
}

.flex_bottom_xl > div{

}

.content_form {
  min-width: 90%;
  height: 50%;
  /* margin-top: 10px; */
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.contact_form_lg{
  width: 70%;
  min-height: 430px;
  background-image: url('../assets/Contact_form_LG.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 150px;
  display:flex;
  justify-content: center;
}




/* Float four columns side by side */
.column {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-top: 35px;
  transition: 0.2s;
}

.column:hover{

  transform: scale(1.5); 
  transition: 0.2s;
  z-index: 10;
 
}


/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 756px) {
  .flex-minimalist-cards > div {
  width: 305px;
  min-height: 305px; /*305*/
  margin-top: 30px;
  margin-left: 0px;
  border-radius: 3px;
  transition: 0.2s;
}

.about-area{
  display: flex;
  justify-content: space-around;
  margin-top: -100px;
  flex-wrap: wrap;
  min-height: 250px;
}


}
@media (min-width:768px) and (max-width: 996px){

  #submit{
    margin-left:-150px;
  }
  .img_middle_top_xl_1_MD {
     width: 500px;
   height: 500px;

  }

  .img_middle_top_xl_MD {
    margin-top: 10px;
      width: 500px;
   height: 500px;
  }

 .img_middle_top_xl_1 {
   width: 500px;
   height: 500px;

 }
 
.img_li_recepcionista{
    margin-top: 1px;
  }

  .li_style_recepcionista{
     color:#766F6C;
     font-size: 18px;
     
  }

  .img_li_recepcionista{
     padding: 10px;
      margin-left: -17px;
      padding-right: 2px;
  }

   .flex_mid_top_box > div {
    
  }

    .about-area{
    display: flex;
    justify-content: space-around;
    margin-top: 150px;
    flex-wrap: wrap;
    min-height: 250px;
  }

}


@media (max-width: 1085px){
  .first_img_top{
      margin-top: 150px; 
      margin-left:-110px;
     
      width: 645px;
      height:645px;
  }

    .about-area{
    display: flex;
    justify-content: space-around;
    margin-top: 150px;
    flex-wrap: wrap;
    min-height: 250px;
  }
}

@media (min-width: 1085px){
    .first_img_top{
    margin-top: -50px; 
    margin-left:-150px;
    width: 600px;
    height:600px;
  }

@media (min-width: 1200px){
    .first_img_top{
    margin-top: -50px; 
    margin-left:-150px;
    width: 750px;
    height:750px;
  }


@media (min-width: 1500px){
    .first_img_top{
    margin-top: -200px; 
    margin-left:-150px;
    width: 1000px;
    height:1000px;
  }
}
