:root {
    --naranja:  #FFA200;
    --celeste: #43B3E0;
    --blanco: #FFFFFF;
    --gris: #333333;
}

.bloque 
{
    padding-left: 40px;
}

/*
# =============================================
# =        VENTANAS MODALES SWEETALERTS       =
# =============================================
*/
.headone {
    /*height: 100vw;*/
}
.destacado {
    text-decoration: underline;
    font-weight: bold;
}

.link {
    text-decoration: none;
    cursor: pointer;
}
.link:hover {
    color: var(--naranja) !important;
}
.rojo {
    color: var(--naranja);
}
.parrafo {
    text-align: left;
}
.parrafo li {
    text-align: left !important;
}

.style1 a img:hover {
    transform: scale(1.2);
    transition: 2s;
    cursor: pointer;
}
.style1 a img {
    width: 114px;
    transform: scale(1.0);
    transition: 1s;
}

.img-repo {
    border-radius: 10px;
    border: 2px var(--gris) outset;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.tecno .hr2 {
    width: 80%;
    border: 2px solid var(--celeste); 
    border-radius: 300px/10px; 
    height: 0px;
    display: inline-block; 
    text-align: center;
 }
.logos {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 30px;
}

.title-logo span {
    font-weight: bolder;
    font-size: 1.2em;
    text-transform: uppercase;
    color: var(--blanco);
}

/* agitamos el corazon de los logos segun dominio  */
.agitado {
    filter: drop-shadow(5px 5px 3px rgba(103, 102, 102, 0.5));
    -webkit-filter: drop-shadow(10px 10px 6px rgba(103, 102, 102, 0.5));
    transform-origin: 0 0;
}

.hard {
    animation: leaves 1s ease-in-out infinite alternate;
  }
  
  @keyframes leaves {
    0% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
      -moz-transform: scale(1.0);
      -ms-transform: scale(1.0);
      -o-transform: scale(1.0);
}
  
    100% {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
}
  }

.medium {

    animation: leaves 3s ease-in-out infinite alternate;
  }
  
  @keyframes leaves {
    0% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
      -moz-transform: scale(1.0);
      -ms-transform: scale(1.0);
      -o-transform: scale(1.0);
}
  
    100% {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
}
  }
.soft {
    animation: leaves 5s ease-in-out infinite alternate;
  }
  
  @keyframes leaves {
    0% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
      -moz-transform: scale(1.0);
      -ms-transform: scale(1.0);
      -o-transform: scale(1.0);
}
  
    100% {
      transform: scale(1.03);
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
}
  }

/* rotación de rueda.png con los lenguajes manejados. Imagen propia */
.rotate{
    z-index: 1000;

    -moz-border-radius: 50px/50px;
    -webkit-border-radius: 50px 50px;
    border-radius: 50px/50px;;
    border:solid 0px #f00; 
    width:100%;
    /* height:550px; */
    -webkit-animation: rotation 25s linear infinite;
    -moz-animation: rotation 25s linear infinite;
    -ms-animation: rotation 25s linear infinite;
}

@-webkit-keyframes rotation {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotation {
    0%   { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotation {
    0%   { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); }
}

/* UBICACIÓN DE IMAGEN EN EL CENTRO DE LA RUEDA */
/*  LINEA DE MAIN.CSS 1632 .image img .fit  */
.foto {    
    position: absolute;
    padding-left: 45px;
    top:290px; 
}

/* sombra al h1 resaltado en header */
.strong {
    font-size: 1.2em;
    text-shadow: 1px 1px 1px #ccc;
}


.contenedor-texto .titulo {
     font-size: 35px;
     font-weight: bold;
     margin-bottom: 0px;
     text-align: center;
     color: #E65C5C;     
}

/*.style1 a img:hover {
    transform: scale(1.2);
    transition: 2s;
}
.style1 a img {
    width: 114px;
    transform: scale(1.0);
    transition: 1s;
}*/

.text {
    z-index:1;
}
@media screen and (max-width: 2200px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 425px; 
    }    
}
@media screen and (max-width: 2150px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 429px; 
    }    
}
@media screen and (max-width: 2100px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 405px; 
    }    
}
@media screen and (max-width: 2050px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 379px; 
    }    
}
@media screen and (max-width: 2020px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 364px; 
    }    
}
@media screen and (max-width: 1990px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 349px; 
    }    
}

@media screen and (max-width: 1960px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 336px; 
    }    
}
@media screen and (max-width: 1930px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 320px; 
    }    
}
@media screen and (max-width: 1925px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 300px; 
    }    
}
@media screen and (max-width: 1910px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 308px; 
    }    
}
@media screen and (max-width: 1900px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 294px; 
    }    
}
@media screen and (max-width: 1890px) {
    .text {    
       /*transform: scale(0.7);*/
       display: block;
        left: 289px; 
    }       
    .bubbles .span-b {
        display: block;
    }  
}
@media screen and (max-width: 1870px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 287px; 
    }    
}
@media screen and (max-width: 1860px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 282px; 
    }    
}
@media screen and (max-width: 1851px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 280px; 
    }    
}
@media screen and (max-width: 1830px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 220px; 
        opacity:1;
    }    
}
@media screen and (max-width: 1810px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 258px; 
    }    
}
@media screen and (min-width: 1775px) and (max-width: 1809px) {.text { display: block; left: 235; } }

@media screen and (min-width: 1765px) and (max-width: 1774px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 180px; 
    }    
}

@media screen and (min-width: 1711px) and (max-width: 1764px) {
    .text { 
        display: block; 
        left: 215px;
    } 
    
}
@media screen and (max-width: 1710px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 178px; 
    }    
}
@media screen and (max-width: 1650px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 180px; 
    }    
}
@media screen and (max-width: 1600px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 154px; 
    }    
}
@media screen and (max-width: 1550px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 129px; 
    }    
}
@media screen and (max-width: 1500px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 104px; 
    }    
}
@media screen and (max-width: 1450px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 58px; 
    }    
}
@media screen and (max-width: 1400px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 54px; 
    }    
}
@media screen and (max-width: 1350px) {
    .text {    
       /*transform: scale(0.7);*/
        left: 30px; 
    }    
}

@media screen and (max-width: 1320px) {   
    .text {    
        left: 14px;
        }       
}    

@media screen and (max-width: 1280px) {
    .foto {    
        top:220px; 
    }  
    .text {    
        top: 126px;
        left: 115px;
    }    
}
@media screen and (max-width: 1260px) {   
    .text {    
        left: 106px;
        }       
}
@media screen and (max-width: 1220px) {   
    .text {    
        left: 86px;
        }       
}
@media screen and (max-width: 1190px) {   
    .text {    
        left: 72px;
        }       
}
@media screen and (max-width: 1160px) {   
    .text {    
        left: 56px;
        }       
}
@media screen and (max-width: 1120px) {   
    .text {    
        left: 36px;
        }       
}
@media screen and (max-width: 1090px) {   
    .text {    
        left: 20px;
        }       
}
@media screen and (max-width: 1060px) {   
    .text {    
        left: 7px;
        }       
}
@media screen and (max-width: 1030px) {   
    .text {    
        left: -15px;
        }       
}
@media screen and (max-width: 980px) {
    .foto {    
        top:180px; 
        left: 32%;
    }    
    .text {    
        top: 82px;
        left: 270px;
    } 
}
@media screen and (max-width: 961px) {
    .foto {    
        left: 31%;
    }   
    .text {    
/*        top: 82px;*/
        left: 240px;
        }
}
@media screen and (max-width: 930px) {
    .foto {  

        left: 30.8%;
    }    
    .text {    
        left: 246px;
        }       
}
@media screen and (max-width: 915px) {
    .foto {  

        left: 30%;
    }    
    .text {    
        left: 237px;
        }       
}
@media screen and (max-width: 900px) {
    .foto {  

        left: 30%;
    }    
    .text {    
        left: 228px;
        }       
}
@media screen and (max-width: 865px) {
    .foto {    
        left: 29%;
    }  
    .text {    
       /* top: 82px;*/
        left: 213px;
        }      
}
@media screen and (max-width: 835px) {
    .foto {  

        left: 28.5%;
    }    
    .text {    
        left: 198px;
        }       
}
@media screen and (max-width: 815px) {
    .foto {    
        left: 28%;
    }    
    .text {    
/*        top: 82px;*/
        left: 182px;
        }     
}
@media screen and (max-width: 795px) {
    .foto {  

        left: 27%;
    }    
    .text {    
        left: 178px;
        }       
}
@media screen and (max-width: 770px) {
    .foto {  

        left: 26%;
    }    
    .text {    
        left: 167px;
        }       
}
@media screen and (max-width: 736px) {
    .image img {
        width:100%;
    }
    .foto {          
        top:118px;
        left: 33%;
    }    
    .text {    

        width: 260px;
        height: 260px;
        left: 238px;
        top: 54px;
        }   
    .text b
    {
        transform-origin: 0 130px;     
    }
    header h1
    {
        padding-top: 25px;

    }
    .h1
    {
        margin-top: -15px;
    }
}
@media screen and (max-width: 730px) {
    .foto {  

        left: 32.5%;
    }    
    .text {    
        left: 234px;
        }       
}
@media screen and (max-width: 715px) {
    .foto {  

        left: 32.5%;
    }    
    .text {    
        left: 224px;
        }       
}
@media screen and (max-width: 696px) {
    .foto {  

        left: 32%;
    }    
    .text {    
        left: 218px;
        }       
}
@media screen and (max-width: 670px) {
    .foto {  
        left: 31.5%;
    }
    .text {    
        left: 204px;
        }              
}
@media screen and (max-width: 646px) {
    .foto {  
        left: 31%;
    }
    .text {    
        left: 193px;
        }              
}
@media screen and (max-width: 620px) {
    .foto {  
        left: 30.5%;
    }  
    .text {    
        left: 178px;
        }            
}
@media screen and (max-width: 610px) {
    .foto {  
        left: 30%;
    }  
    .text {    
        left: 175px;
        }            
}
@media screen and (max-width: 600px) {
    .foto {  
        left: 29.5%;
    }  
    .text {    
        left: 165px;
        }            
}
@media screen and (max-width: 585px) {
    .foto {  
        left: 29%;
    }    
    .text {    
        left: 163px;
        }          
}
@media screen and (max-width: 560px) {
    .foto {  
        left: 28%;
    } 
    .text {    
        left: 141px;
        }             
}
@media screen and (max-width: 540px) {
    .foto {  
        left: 27%;
    } 
    .text {    
        left: 141px;
        }             
}
@media screen and (max-width: 520px) {
    .foto {  
        left: 26%;
    }    
    .text {    
        left: 120px;
        }          
}
@media screen and (max-width: 500px) {
    .foto {  
        left: 25%;
    } 
    .text {    
        left: 120px;
        }             
}
@media screen and (max-width: 486px) {
    .foto {  
        left: 25%;
    } 
    .text {    
        left: 100px;
        }
    .h1 {
        margin-top: -15px;  
    }
    .h1 span {

        font-size: 0.6em;
    }    
    .h1 span:nth-child(8),
    .h1 span:nth-child(1) {
        font-size: 0.9em;
    }                      
}
@media screen and (max-width: 470px) {
    .foto {  
        left: 24%;
    }     
    .text {    
        left: 85px;
        }         
}
@media screen and (max-width: 450px) {
    .foto {  
        left: 22%;
    } 
    .text {    
        left: 75px;
        }             
}

@media screen and (max-width: 435px) {
    .foto {  
        left: 20%;
    }    
    .text {    
        left: 86px;
        }          
}

@media screen and (max-width: 425px) {
    .foto {  
        left: 20%;
    }    
    .text {    
        left: 84px;
        }          
}

@media screen and (max-width: 420px) {
    .foto {  
        left: 20%;
    }    
    .text {    
        left: 80px;
        }          
}

@media screen and (max-width: 412px) {
    .foto {  
        left: 18%;
    } 
    .text {    
        left: 75px;
        }   
    .h1 span {
        font-size: 0.6em;
    }    
    .h1 span:nth-child(8),
    .h1 span:nth-child(1) {
        font-size: 0.9em;
    }   
}

@media screen and (max-width: 390px) {
    .foto {  
        left: 18%;
    } 
    .text {    
        left: 75px;
        }             
}
@media screen and (max-width: 370px) {
    .foto {  
        left: 15.5%;
    }  
    .text {    
        left: 56px;
        }    
    .h1 span {
        font-size: 0.5em;
    }    
    .h1 span:nth-child(8),
    .h1 span:nth-child(1) {
        font-size: 0.8em;
    }                  
}
@media screen and (max-width: 340px) {
    .foto {  
        left: 11%;
    }  
    .text {    
        left: 42px;
        }    
    .h1 span {
        font-size: 0.5em;
    }    
    .h1 span:nth-child(8),
    .h1 span:nth-child(1) {
        font-size: 0.7em;
    }                  
}
@media screen and (max-width: 335px) {
    .foto {  
        left: 13%;
    }
    .text {    
        left: 39px;
        } 
    .h1 span {
        font-size: 0.4em;
    }    
    .h1 span:nth-child(8),
    .h1 span:nth-child(1) {
        font-size: 0.6em;
    }                        
}