
  *{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }
  html{
    scroll-behavior: smooth;
  }
 /*body{
    overflow: hidden;    
  }*/
  .contenedor{
    margin: auto;
  }
/*BOTON WHATS UP */
.emergency{
position: fixed;
bottom: -1px;
/* left: 2%; */
right: 6%;
z-index: 999;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
box-shadow: 0px 0px 13px 1px rgba(145,142,142,0.75);
-webkit-box-shadow: 0px 0px 13px 1px rgba(145,142,142,0.75);
-moz-box-shadow: 0px 0px 13px 1px rgba(145,142,142,0.75);
transition: var(--fadeindhover);
background-color: #FFFFFF;
}

.emergency:hover{
		box-shadow: 0px 0px 13px 1px rgb(239 239 239 / 95%);
-webkit-box-shadow:0px 0px 13px 1px rgb(239 239 239 / 95%);
-moz-box-shadow: 0px 0px 13px 1px0px 0px 13px 1px;
}

.emergency img{
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

  .inicio{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px;
    background-image: url('../imagenes/home-top.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 934px;
  }
.inicio h1{
    font-size: 72px;
    color: white;
    font-weight: 700;
    text-shadow: 5px 5px 20px white;
    position: relative;
    animation: 3s aparecer forwards;
}
@keyframes aparecer{
    0%{
        opacity: 0;
        left: 2%;
    }
    100%{
        opacity: 1;
        left: 0%;
    }
}
.ultima-letra{
    color: #04FF58;
    text-shadow: 5px 5px 20px #04FF58;
}
 .inicio .contenedor-img{
    background-image: url('../imagenes/logo-circulo-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    width: 444px;
    height: 782px;
 }
 .inicio .contenedor-img img{
    width: 100%;
 }
 .inicio .contenedor-img h2{
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80%;
    width: 90%;
 }
 .inicio .contenedor-img ul{
    font-weight: 500;
    font-size: 24px;
    color: white;
    text-align: center;
    list-style: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
 }
 .inicio .contenedor-redes{
    position: absolute;
    left: 10%;
    top:50%;
    transform: translateY(-179%);
 }
 .inicio .contenedor-redes a{
    display: block;
    color: #04FF58;
    font-size: 25px;
    margin: 0px 0;
    transition: 3s;
 }
 .inicio .contenedor-redes a:hover i{
    text-shadow: 0 0 20px #36ff79;
 }
 /*menu de navegacion home*/
.navegation{
width: 390px;
height: 70px;
background: #000;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
position: fixed;
bottom: 0%;
left: 50%;
transform: translateX(-50%);
z-index: 100;
margin-bottom: 20px;
padding-bottom: 10px;
/*border: 1px solid #04FF58;*/
}
.navegation ul{
    position: relative;
    display: flex;
    width: 350px;  
}
.navegation ul li{
    position: relative;
    list-style: none;
    width: 70px;
    height: 70px;
    z-index: 1;
}
.navegation ul li a{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    font-weight: 700;
    text-decoration: none;
}
.navegation ul li a i{
    position: relative;
    display: block;
    line-height: 75px;
    font-size: 1.5em;
    text-align: center;
    transition: .5s;
    color: white;
}
.navegation ul li.active a i{
    transform: translateY(-35px);
}
.navegation ul li a .text{
    position: absolute;
    color: #04FF58;
    font-size: .70em;
    letter-spacing: .05em;
    transition: .5s;
    opacity: 1;
    transform: translateY(20px);
}
.navegation ul li.active a .text{
    opacity: 1;
    transform: translateY(10px);
    color: white;
}
.indicador{
   background-color: #04FF58;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -40%;
    border-radius: 50%;
    border: 6px solid rgba(0, 0, 0, .8);
    transition: .5s;
    margin-left: 5px;
}
.navegation ul li:nth-child(1).active ~ .indicador{
    transform: translateX(calc(70px * 0));
}
.navegation ul li:nth-child(2).active ~ .indicador{
    transform: translateX(calc(70px * 1));
}
.navegation ul li:nth-child(3).active ~ .indicador{
    transform: translateX(calc(70px * 2));
}
.navegation ul li:nth-child(4).active ~ .indicador{
    transform: translateX(calc(70px * 3));
}
.navegation ul li:nth-child(5).active ~ .indicador{
    transform: translateX(calc(70px * 4));
}
/*hasta aca todo de la home*/

.ultima-letra{
    color: #04FF58;
    text-shadow: 5px 5px 20px #04FF58;
}
.inicio .contenedor-img{
    background-image: url('../imagenes/logo-circulo.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 388px;
    height: 682px;
 }
 .medio{
    width: 100%;
    text-align: center;
    padding: 80px 50px;
    background-color: #1b1b1b;
    
 }
 .medio p{
    font-size: 34px;
    color: #04FF58;
    font-weight:500;
    font-style: italic;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
 }
 #nosotros{
width: auto;
height: auto;
 background-image: url('../imagenes/top-nosotros.jpg');
 background-attachment: fixed;
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 padding-top: 100px;
 padding-bottom: 100px;
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: center;
}
 #nosotros h2{
    font-size: 48px;
    color: white;
    font-weight: 700;
    text-shadow: 5px 5px 20px white;
    position: relative;
    animation: 3s aparecer forwards;
 }
 #nosotros p{
    font-size: 24px;
    color: white;
    font-weight: 500;
    line-height: 38px;
    width: 70%;
    margin-top: 50px;
    max-width: 980px;
 }
 .resaltado{
    color: #04FF58;
 }
 /*section servicios*/
 #servicios{
width: auto;
height: auto;
 background-image: url('../imagenes//top-servicios.jpg');
 background-attachment: fixed;
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 padding-bottom: 150px;
 }
 #servicios h2{
    font-size: 48px;
    color: white;
    font-weight: 700;
    text-shadow: 5px 5px 20px white;
    position: relative;
    animation: 3s aparecer forwards;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
 }
 #servicios h3{
    text-align: center;
 }
  .contenido{
    max-width: 70%;
    margin: auto;
    display: flex;
   
 }
 /*#servicios  img{
    max-width:  15%;
 }*/
 #servicios h3{
font-size: 26px;
font-weight: 700;
color: rgb(255, 255, 255);
 }
 #servicios p{
    font-family: 'Roboto';
    font-size: 16px;
    font-weight:400;
    line-height: 20px;
    color: rgb(255, 255, 255);
    width: 80%;
    text-align: center;
 }
 .icocor3 {font-size: 30px;} 

 #servicios .contenido .item{
    width: 35%;
    height: 350px;
    margin: 0 10px 20px;
    transition:  .7s;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    cursor: pointer;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.33);
    box-shadow: 5px 5px 10px #04FF58;
 }
 #servicios .contenido .item:hover{
    width: 60%;
 }
/*hablilidades*/
 #habilidades{
   width: auto;
   height: auto;
    background-image: url('../imagenes/habilidades.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 150px;
    }
    #habilidades h2{
      font-size: 48px;
      color: white;
      font-weight: 700;
      text-shadow: 5px 5px 20px white;
      position: relative;
      animation: 3s aparecer forwards;
      text-align: center;
      padding-top: 100px;
      padding-bottom: 50px;
   }
/*skills*/
.skills{
   width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}
.skills p{
font-size: 26px;
font-weight: 700;
color: white;
}
.skills .punto{
   width: 15px;
   height: 15px;
   background-color: #04FF58;
   display: inline-block;
   margin-right: 15px;
   border-radius: 4px;
}
.barra-skill{
   width: 80%;
   height: 20px;
   border: 1px solid #ffffff;
   border-radius: 20px;
   overflow: hidden;
   margin-left: 30px;
   position: relative;
   margin-bottom: 20px;
}
.barra-skill span{
   display: inline-block;
   font-size: 20px;
   font-weight: 600;
   position: relative;
   text-align: center;
   bottom: 5px;
   margin-bottom: 20px; 
   width: 100%;
   color: rgb(0, 0, 0);
}
.progreso{
   background-color: #04FF58;
   width: 0%;
}
/*animacion de la barra que se agrega con java*/
.ht{
   width: 0%;
   animation: ht 1.5s forwards ;
}
@keyframes ht {
   0%{
      width: 0%;
   }
   100%{
      width: 95%;
   }
}
.ph{
   width: 0%;
   animation: ph 1.5s forwards ;
}
@keyframes ph {
   0%{
      width: 0%;
   }
   100%{
      width: 90%;
   }
}
.ja{
   width: 0%;
   animation: ja 1.5s forwards ;
}
@keyframes ja {
   0%{
      width: 0%;
   }
   100%{
      width: 70%;
   }
}
.my{
   width: 0%;
   animation: my 1.5s forwards ;
}
@keyframes my {
   0%{
      width: 0%;
   }
   100%{
      width: 85%;
   }
}
.bd{
   width: 0%;
   animation: bd 1.5s forwards ;
}
@keyframes bd {
   0%{
      width: 0%;
   }
   100%{
      width: 85%;
   }
}
.wo{
   width: 0%;
   animation: bd 1.5s forwards ;
}
@keyframes wo {
   0%{
      width: 0%;
   }
   100%{
      width: 85%;
   }  
}
.we{
   width: 0%;
   animation: bd 1.5s forwards ;
}
@keyframes we {
   0%{
      width: 0%;
   }
   100%{
      width: 85%;
   }
}
.wi{
   width: 0%;
   animation: bd 1.5s forwards ;
}
@keyframes wi {
   0%{
      width: 0%;
   }
   100%{
      width: 85%;
   }
}
.du{
   width: 0%;
   animation: bd 1.5s forwards ;
}
@keyframes du {
   0%{
      width: 0%;
   }
   100%{
      width: 85%;
   }
}
/*portafolio*/
#fondo{
   width: auto;
   height: auto;
 /*  background: rgb(18,17,22);
   background: linear-gradient(90deg, rgba(18,17,22,1) 0%, rgba(59,59,63,1) 50%, rgba(93,93,96,1) 100%);*/
    background-image: url('../imagenes/top-porfolio.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 150px;
}
.porfolio .fila{
   display: flex;
}
.porfolio .fila .col{
   cursor: pointer;
   position: relative;
   overflow: hidden;
   margin-left: 5px;
    margin-right: 5px;
}
.porfolio h2{
   font-size: 48px;
      color: white;
      font-weight: 700;
      text-shadow: 5px 5px 20px white;
      position: relative;
      animation: 3s aparecer forwards;
      text-align: center;
      padding-top: 100px;
      padding-bottom: 50px;
}
.porfolio .fila .col h3{
   text-align: center;
   padding: 4px;
   color: #04FF58;
   border: 1px solid;
    margin-bottom: 5px;
    margin-top: 20px;
}
.porfolio .fila .col img{
   width: 100%;
display: block;
filter: grayscale();
transition: .3s;
}
.porfolio .fila .col:hover img{
filter: grayscale(0);
}
.porfolio .fila .col .btn-ver{
   position: absolute;
   background-color: #04FF58;
   color: rgb(0, 0, 0);
   display: block;
   width: 40%;
   text-decoration: none; 
   text-align: center;
   padding: 6px;
   font-size: 14px;
   font-weight: 600;
   transition: .3s;
   bottom: -50px;
   opacity: 0;
   margin-left: 30%;
   border-radius: 15px;
   margin-bottom: 10px;
}
.porfolio .fila .col:hover .btn-ver{
bottom: 0px;
opacity: 1;
}
#porfolio{
   width: 70%;
   margin-left: auto;
   margin-right: auto;
}

.boton{
    background-color: transparent;
    border: 1px solid #04FF58;
    color: #04FF58;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s;
    text-decoration: none; 
   text-align: center;
   padding: 6px;
   font-size: 14px;
   min-width: 10%;
   float: right;
   margin-top: 15px;
}
.boton:hover{
box-shadow: 0 0 20px #04FF58;
}
.boton a{
   text-decoration: none;
   color: #04FF58;
}
.boton i{
   margin-left: 3px;
}
/*formulario*/
#fondo-contacto h2{
   font-size: 48px;
   color: white;
   font-weight: 700;
   text-shadow: 5px 5px 20px white;
   position: relative;
   animation: 3s aparecer forwards;
   text-align: center;
   padding-top: 30px;
   padding-bottom: 30px;
}
#fondo-contacto{
   width: auto;
   height: auto;
    background-image: url('../imagenes/top-contacto.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}
#contenedor-contacto{
   padding-bottom: 100px;
   padding-top: 0px;
   display: flex;
   justify-content: center;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
   flex-direction: column;
    align-items: center;
    cursor: pointer;
}
/*.contacto-izq{
   width: 30%;
  background-image: url('../imagenes/form-izq.png');
  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contacto-izq img{
   width: 100%;
}*/
.container {
   width: 80%;

	min-height: 640px;
	border-radius: 20px;
	position: relative;
	-webkit-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out;
	transform-style: preserve-3d;
}

.side {
	position: absolute;
	text-align: center;
	width: 100%;
	height: auto;
	/*padding: 0px 50px 0px 50px;*/
	color: #fff;
	transform-style: preserve-3d;
	backface-visibility: hidden;
   border-radius:  20px ;
}
.content {
   padding: 20px 40px 40px 40px;
	/*transform: translatez(70px) scale(0.8);
	line-height: 1.5em;*/
}
.content h3 {
	position: relative;
   font-size: 34px;
   margin-top: 140px;
}
.content p {
	/*line-height: 2em;*/
   font-size: 22px;
   padding-bottom: 0px;
   width: 85%;
    text-align: center; 
    margin-left: auto;
    margin-right: auto;
}
.content h3:before {
	content: "";
	position: absolute;
	bottom: -25px;
	height: 3px;
	background-color:#04FF58;
	width: 150px;
	left: 50%;
	transform: translateX(-50%);
}
/*.front {
	z-index: 2;
   background-image: url('../imagenes/negro-1.jpg');
   background-size: cover;
   background-repeat: no-repeat;
}*/
.adelante{
   background-image: url('../imagenes/negro-1.jpg');
   background-size: cover;
   background-repeat: no-repeat;
}
.adelante h3{
   font-size: 40px;
   color: #ffffff;
   text-align: center;
}
.adelante p{
   margin-top: 50px;
	line-height: 2em;
   font-size: 26px;
   color: #ffffff;
}
.back {
	background-color: #333;
   transform: none;
	/*transform: rotateY(180deg);*/
	z-index: 0;
	padding-top: 10px;
   background-image: url('../imagenes/negro-2.jpg');
   background-size: cover;
   background-repeat: no-repeat;
	/*background-image: url(https://userscontent2.emaze.com/images/f9538183-0ff9-478f-b964-c8ab90421e3b/3d28e192fda5c17250f96a2779c84475.jpg);*/
}

.container:hover {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
/*.container:hover {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}*/
form {
	text-align: left;
   padding-top: 50px;
}
.back h3 {
	margin: 0;
  /* margin-top: -100px;*/
}
form label,
form input {
	display: block;
}
form input,
form textarea {
	background: transparent;
	border: 0;
	border-bottom: 2px solid #04FF58;
	padding: 5px;
	width: 100%;
	color: #fff;
   margin-bottom: 30px;
}
/*form label {
   margin: 15px 0px 0px 0px;
}*/
form input[type="submit"] {
	display: block;
	width: 15%;
	margin: 10px auto;
	/*padding: 5px 10px;
	border: 3px solid #555;
	border-radius: 4px;*/
	color: #fff;
	cursor: pointer;
}
#selector-form{
   display: flex;
   flex-direction: row;
   align-items: center;
   margin-bottom: 35px;
}
#select {

    margin-left: 20%;
    height: 35px;
    background-color: #04ff58;
    color: rgb(0, 0, 0);
    font-weight: 600;
}
/* my button style  */
.white-mode {
	text-decoration: none;
	padding: 7px 10px;
	background-color: #122;
	border-radius: 3px;
	color: #fff;
	transition: 0.35s ease-in-out;
	position: fixed;
	left: 15px;
	bottom: 15px;
	font-family: "Montserrat";
}

.white-mode:hover {
	background-color: #fff;
	color: #122;
}
#boton-contacto{
   display: flex;
    width: 50%;
    justify-content: flex-start;
    margin-left: 5%;
    margin-bottom: 20px;
    position: static;
}
#boton-contacto .boton{
   width: 100%;
   padding: 6px 8px 6px 8px;
}
#botonArriba{
   position: fixed;
   bottom: 20px;
   right: 20px;
   transition: all 1s;
   color: #04FF58;
   font-size: 1.6em;
}

    /*aca comienxa el slider de loguitos*/

    .fondo-blanco{
      width: 100%;
      height: auto;
      
     
     background-image: url("../imagenes/fondo-logos.jpg");
    /*    background: linear-gradient(90deg, rgba(18,17,22,1) 0%, rgba(59,59,63,1) 50%, rgba(93,93,96,1) 100%); 
     background-image: url('../imagenes/negro-1.jpeg');*/
      background-size: cover;
      background-repeat: no-repeat;
      padding-bottom: 4%;
    }
    .fondo-blanco-staff{
      float: left;
      width: 100%;
      height: auto;
      background-color: #E2EDFB;
      padding-bottom: 5%;
    }
    .fondo-blanco p{
      font-size: 34px;
      color: #ffffff;
      font-weight:700;
      text-align: center;
      padding-top: 80px;
      margin-bottom: 50px;
    }
 
    
    .slider{
      width: 100%;
      height: auto;
      margin: auto;
      overflow: hidden;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .slide{
      padding-left: 50px;
      padding-right: 50px;
    }
    .slider .slide-track{
      display: flex;
      animation: scroll 30s linear infinite;
      width: calc(1000px * 18);
      align-items: center;
    }
    .slider .slide{
      width: 300px;
    }
    .slider .slide img{
      width: 100%;
    }
    @keyframes scroll {
    0% {
      -webkit-transform: translatex(0);
      transform: translatex(0);
    }
    100% {
      -webkit-transform: translatex(calc(-200px * 9));
      transform: translatex(calc(-200px * 9));
    }
    }
    
    .slider .slide-track-2{
      display: flex;
      animation: scroll 30s linear infinite;
      animation-direction: reverse;
      width: calc(1000px * 18);
      align-items: center;
    }
     /*fin el slider de loguitos*/

#content{
   display: flex;
   flex-direction: column;
   align-items: center;
   align-content: center;
   justify-content: center;
   width: auto;
   height: 910px;
   background: linear-gradient(90deg, rgba(18,17,22,1) 0%, rgba(59,59,63,1) 50%, rgba(93,93,96,1) 100%); 
    /*background-image: url('../imagenes/negro-3.jpeg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
}
#content a{
   margin-bottom: 50px;
}
#saludo{
   display: flex;
    flex-direction: column;
    width: 40%;
    background-color: #04ff58;
    align-items: center;
    border-radius: 90px;
    min-height: 450px;
    margin: 50px 0 10px 0;
    justify-content: space-evenly;       
      animation: 3s aparecer forwards;
}
#saludo img{
   width: 35%;
   padding-top: 20px;
}
#saludo h2{
   font-weight: 900;
   text-align: center;
   font-size: 30px;
   position: relative; 
   text-shadow: 5px 5px 20px #454545;
   width: 80%;
   padding: 10px 10px;
}
#texto-saludo{
   font-size: 16px;
   text-align: center;
   font-weight: 600;
   width: 90%;
   padding: 30px 0 15px 0;
   color: rgb(0, 0, 0);
   max-width: 537px;
}
.redes{
   height: 45px;
   display: flex;
   font-size: 25px;
    margin: 0px 0;
    transition: 3s;
    align-items: center;
}
.redes a{
   margin: 0 5px 0 5px;
   color: white;
}
.redes-2{
   height: 45px;
   display: flex;
   font-size: 25px;
    margin: 0px 0;
    transition: 3s;
    align-items: center;
}
.redes-2 a{
   margin: 0 5px 0 5px;
   color: white;
}
#content-footer{
   background-color: #000000;
    height: 110px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#logo-footer{
   padding-right: 60px;
    width: 20%;
}
footer p{
   font-size: 10px;
   color: #fff;
   text-align: center;
   position: absolute;
   margin-top: 85px;
}


/*Comienzo del responsive*/
@media(max-width: 1000px){
   .contenido{
      max-width: 90%;
   } 
   #content-footer{
      height: 290px;
      flex-direction: column;
      padding-top: 40px;
      justify-content: flex-start;
   }
   .redes-2{
      justify-content: center;
      padding-bottom: 30px;
   }
   footer p{
      margin-top: 105px;
   }
   #logo-footer{
       width: 27%;
   }
}

@media(max-width: 800px){
.container{
width: 100%;
}
.content p{
   font-size: 20px;
   width: 92%;
}
form input[type="submit"] {
	width: 25%;
}
.medio p{
   width: 85%;
   font-size: 26px;
}
.medio{
   padding: 60px 30px;
}
#nosotros{
    background-position: right;
}
#nosotros h2{
   font-size: 40px;
}
#nosotros p{
   font-size: 20px;
   line-height: 28px;
}
#servicios{
   background-position: right;
}
#servicios h2{
   font-size: 40px;
}
.contenido{
   max-width: 80%;
   flex-direction: column;
}
#servicios .contenido .item{
   width: 90%;
   height: 320px;
}
#servicios .contenido .item:hover{
   width: 100%;
}
#habilidades h2{
    font-size: 40px;
}
.skills{
   width: 80%;
}
#porfolio{
   width: 60%;
}
#porfolio .fila{
   flex-direction: column;
}
#porfolio h2{
   font-size: 40px;
}
#porfolio .fila .col{
   margin-bottom: 20px;
}
#saludo{
   width: 70%;
}
#saludo img{
   width: 30%;
}
#fondo-contacto{
   padding-bottom: 180px;
}

}

@media(max-width: 430px) {
   .inicio {
      background-image: url('../imagenes/home-top-430.jpg');
       height: 932px;
       justify-content: normal;
       padding-top: 50px;
   }

   .inicio .contenedor-img{
      background-image: url('../imagenes/logo-circulo-430.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 300px;
      height: 600px;
   }
.inicio .contenedor-img h2{
   margin-top: 100%;
   font-size: 26px;
}
.inicio .contenedor-img ul{
   font-size: 20px;
}
.inicio .contenedor-redes{
   left: 5%;
    top: 51%;
}
.inicio h1{
   font-size: 52px;
}
.medio p{
   width: 90%;
   font-size: 20px;
}
.medio{
   padding: 30px 20px;
}
#nosotros{
    background-image: url('../imagenes/top-nosotros-430.jpg');
    padding-top: 60px;
    padding-bottom: 60px;
}
#nosotros p{
   font-size: 18px;
   line-height: 22px;
   width: 90%;
   margin-top: 30px;
   text-align: center;
}
#nosotros h2{
   font-size: 36px;
}
#servicios{
    background-image: url('../imagenes/top-servicios-430.jpg');
    padding-bottom: 80px;
}
#servicios h2{
   font-size: 36px;
   padding-top: 60px;
}
#fondo-contacto h2{
   font-size: 36px;
   padding-top: 50px;
}

#habilidades{
   background-image: url('../imagenes/habilidades-430.jpg');
   padding-bottom: 60px;
}
#habilidades h2{
   padding-top: 60px;
    padding-bottom: 40px;
    font-size: 36px;
}
.skills{
   width: 90%;
}
#porfolio{
   width: 90%;
}
#porfolio .fila{
   flex-direction: column;
}
#porfolio h2{
   font-size: 36px;
   padding-top: 50px;
}
#porfolio .fila .col{
   margin-bottom: 20px;
}
.slide-track-2{
   padding-bottom: 100px;
   width: calc(500px* 20)!important;
}
 .slide-track{
   width: calc(500px* 20)!important;
}
.fondo-blanco p{
   font-size: 26px;
   padding-top: 50px;
   margin-bottom: 30px;
}

.container{
   min-width: 360px;
}

.content h3{
   padding-top: 60px;
   font-size: 28px;
}
.back h3{
   margin-top: -60px;
}
#select{
   margin-left: 10%;
}
#saludo{
   width: 80%;
}
#saludo h2{
 font-size: 26px;
}
#texto-saludo{
   padding-top: 10px;
}
.container:hover {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.front {
   display: none;
}
.back{
   transform: none;
}
#fondo-contacto h2{
   padding-bottom: 0%;
}
#content{
   justify-content: normal;
   height: 824px;
}
.content p{
   font-size: 16px;
   width: 100%;
}
}

@media(max-width: 415px) {
.emergency{
bottom: -18px;
right: 1%;
} 
}
