/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12-05-2023, 10:24:43
    Author     : 204797692
*/

.ppadding{
    margin: 0 0 10px 0;
}
.row{
    margin:0!important;
    padding:0 !important
}
.container-fluid{
    margin:0!important;
    padding:0 !important
}    

.centro{
    text-align: center;
    margin-top :auto;
    margin-right :auto;
    margin-left: auto;
    margin-bottom: auto;
}
/*.footer{
    padding-top: 5px !important;
    background-image:  url(../imagenes/fondo.jpg);
    background-image: no-repeat;
    background-image: fixed;
    background-attachment: fixed;
    background-image: center;
    background-size:  200%;
    background-position:  top center;
}*/
.colorico{
    position:relative;
    margin-right: 5px;
    border-radius: 50%;
    background:#ff7300
    /*background-image: linear-gradient(#e66465, #9198e5);*/
    
}

.insta:before{
    border-radius: 50%;
    content:'';
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    /*background-image: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);;*/
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity .4s;
}

.insta:hover:before{
    /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
    /*background-color: red;*/
    opacity:1;
    
}
.icorrss{
    
    z-index: 2;
}
.anim:hover{
    animation: cubic-bezier;
    transform: scale(1.1, 1.1);
    transition-duration: 0.3s;
}

.anim:not(:hover){
    animation: cubic-bezier;
    transform: scale(1.0, 1.0);
    transition-duration: 0.3s;
}
.anim:active{
    animation: cubic-bezier;
    transform: scale(1.0, 1.0);
    transition-duration: 0.3s;
}
.fb:before{
    border-radius: 50%;
    content:'';
    background:linear-gradient(17deg, rgba(0,67,209,1) 0%, rgba(100,150,255,1) 100%);
    /*background-image: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);;*/
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity .4s;
}
.fb:hover:before{
    opacity:1;
}
.wsp:before{
    border-radius: 50%;
    content:'';
    background:linear-gradient(180deg, rgba(27,215,65,1) 0%, rgba(16,149,43,1) 100%);
    /*background-image: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);;*/
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity .4s;
}
.wsp:hover:before{
    opacity:1;
}

.web:before{
    border-radius: 50%;
    content:'';
    background:linear-gradient(17deg, rgba(54,155,227,1) 25%, rgba(142,208,255,1) 100%);
    /*background-image: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);;*/
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity .4s;
}
.web:hover:before{
    opacity:1;
}


/*//----------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width:480px){
    .sblogo{
        max-height:6vh; 
        width: 100%;

    }
    .mic{
        
        height: 100%;
        margin: auto;    
        display: block;
    }
    img.mic{

    }
    div.sblogo{
        width: 60%;

    }
    div.mic{
         width: 40%;
         text-align: right;
    }
    .barrarow{
        height: 6vh
    }
    .barra{
        background-color: white;
        width: 10%;
        background: linear-gradient(110deg , white 59% ,#ec8c00 calc(59% + 2px), #ec8c00 60% , #000651 calc(60% + 2px));
        height: 6vh

    }
    .caplusbarra{
        background-color: #ff7300;
        height: 7vh
    }
    
    .esloganbarra{
        display:none !important;
        background-color: #000651;
        height: 5vh !important
    }
    .back{
        background-color: black;
        width: 100px;
        height: 40%;
        text-align: center;
    }
    .imgcap{
        height: 7vh;
        width:auto !important;
        margin: auto;
    }
    .imgico{
        width: 20px !important;
        
    }
    .eslogan{
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        color: white;
        font-size: 15px
    }
    .eslogan span{
        color: #ff7300   
    }
    div .eslogan{
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .row div .eslogan{
        height: 50px;
        
    }
    .footsusc{
        width: 30%!important; 
        max-width: 150px!important; 
    }
    .target{
        min-height: 74vh;
        background-color: #edeeff;
        vertical-align:middle
    }
    .contenedor{
        width: 100% !important;
        display:  block;
        background-color: white;
        
        
    }
    .imgconv{
        padding: 0 ! important;
        border:solid lightgray 1px !important;
        border-radius: 10px;
        width: 220px !important;
        height: max-content;
        
        background-size: 100%;
        background-image: no-repeat !important;
        background-image: fixed!important;
        background-image: center !important;
        
    }
    div.imgconv img{
        border-radius: 10px;
        width: 100%
    }
    .contimg{
        padding-bottom: 20px!important;
    }
    .imgconvplus{
        width: 50px;
        height: 50px;
    }
    .icorrss{
        width: 35px !important;
        height: 35px !important;
    }
    .anchoimg{
        width: 35%
    }
    .anchodesc{
        width: 65%
    }
/*    .footer{
        height: 13vh;
        background-image:  url(../imagenes/fondo.jpg);
        background-image: no-repeat;
        background-image: fixed;

        background-image: center;
        background-size:  200%;
        background-position: top center;
    }*/
    .tabla{
        font-size: 13px
    }

    .barraheigth{
        height: 6vh;
    }
    .slidDesk{
        display: none
    }
    .slidResp{
        display: block
    }
}


/*//----------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:481px) and (max-width:900px){
    .sblogo{
        max-height: 7vh;
        
    }
    .mic{
        height: 100%;
        margin: auto;    
        display: block;
    }
    img.mic{
  
    }
    div.sblogo{
        width: 60%;

    }
    div.mic{
         width: 40%;
         text-align: right;
    }
    .barrarow{
        height: 7vh
    }
    .barra{
        background-color: white;
        width: 10%;
        background: linear-gradient(110deg , white 59% ,#ec8c00 calc(59% + 2px), #ec8c00 60% , #000651 calc(60% + 2px));
        height: 7vh

    }
    .caplusbarra{
        background-color: #ff7300;
        height: 6vh
    }
    
    .esloganbarra{
        display:none !important;
        background-color: #000651;
        height: 5vh !important
    }
    .back{
        background-color: black;
        width: 100px;
        height: 40%;
        text-align: center;
    }
    .imgcap{
        height: 6vh;
        width: auto !important;
        margin: auto;
    }
    .imgico{
        width: 20px !important;
        
    }
    .eslogan{
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        color: white;
        font-size: 15px
    }
    .eslogan span{
        color: #ff7300   
    }
    div .eslogan{
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .row div .eslogan{
        height: 50px;
        
    }
    .footsusc{
        width: 30%!important; 
        max-width: 150px!important; 
    }
    .target{
        min-height: 74vh;
        background-color: #edeeff;
        vertical-align:middle
    }
    .contenedor{
        width: 90% !important;
        display:  block;
        background-color: white;
        
        
    }
    
    .imgconv{
        padding: 0 ! important;
        border:solid lightgray 1px !important;
        border-radius: 10px;
        width: 250px !important;
        height: max-content;
        
        background-size: 100%;
        background-image: no-repeat !important;
        background-image: fixed!important;
        background-image: center !important;
        
    }
    div.imgconv img{
        border-radius: 10px;
        width: 100%
    }
    .contimg{
        padding-bottom: 20px!important;
    }
    .imgconvplus{
        width: 70px;
        height: 70px;
    }
    .icorrss{
        width: 50px !important;
        height: 50px !important;
    }
    .anchoimg{
        width: 35%
    }
    .anchodesc{
        width: 65%
    }

    .barraheigth{
        height: 7vh;
    }
    .slidDesk{
        display: none
    }
    .slidResp{
        display: block
    }
}



/*//---------------------------------------------------------------*/
@media only screen and (min-width:901px) and (max-width:1200px){
    .sblogo{
        height: 8vh;

    }
    .mic{
        height: 100%;  
        margin: auto;    
        display: block;
    }
    img.mic{

    }
    div.sblogo{
        width: 60%;

    }
    div.mic{
         width: 40%;
         text-align: right;
    }
    .barrarow{
        height: 8vh
    }
    .barra{
        background-color: white;
        width: 10%;
        background: linear-gradient(110deg , white 59% ,#ec8c00 calc(59% + 2px), #ec8c00 60% , #000651 calc(60% + 2px));
        height: 8vh

    }
    .caplusbarra{
        background-color: #ff7300;
        height: 8vh
    }
    
    .esloganbarra{
        background-color: #000651;
        height: 6vh !important
    }
    .back{
        background-color: black;
        width: 100px;
        height: 40%;
        text-align: center;
    }
    .imgcap{
        height: 8vh;
        margin: auto;
        width: auto !important;
    }
    .imgico{
        width: 40px !important;
        
    }
    .eslogan{
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        color: white;
        font-size: 20px
    }
    .eslogan span{
        color: #ff7300   
    }
    div .eslogan{
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .row div .eslogan{
        height: 50px;
        
    }
    .footsusc{
        width: 30%!important; 
        max-width: 150px!important; 
    }
    .target{
        min-height: 68vh;
        background-color: #edeeff;
        vertical-align:middle
    }
    .contenedor{
        width: 90% !important;
        display:  block;
        background-color: white;
        
        
    }
  
    .imgconv{
        padding: 0 ! important;
        border:solid lightgray 1px !important;
        border-radius: 10px;
        width: 250px !important;
        height: max-content;
        
        background-size: 100%;
        background-image: no-repeat !important;
        background-image: fixed!important;
        background-image: center !important;
        
    }
    div.imgconv img{
        border-radius: 10px;
        width: 100%
    }
    .contimg{
        padding-bottom: 20px!important;
    }
    .imgconvplus{
        width: 70px;
        height: 70px;
    }
    .icorrss{
        width: 50px !important;
        height: 50px !important;
    }
    .anchoimg{
        width: 30% !important
    }
    .anchodesc{
        width: 70% !important
    }

    h3{
        font-size: 25px !important
    }
    .barraheigth{
        height: 8vh;
    }
    .slidDesk{
        display: block
    }
    .slidResp{
        display: none
    }
}


/*//---------------------------------------------------------------*/
@media (min-width:1201px){ 
    .sblogo{
        max-height: 8vh
            
    }
    .mic{
        height: 100%;  
        margin: auto;    
        display: block;
    }
    img.mic{

    }
    div.sblogo{
        width: 60%;

    }
    div.mic{
         width: 40%;
         text-align: right;
    }
    .barrarow{
        height: 8vh
    }
    .barra{
        background-color: white;
        width: 10%;
        background: linear-gradient(110deg , white 59% ,#ec8c00 calc(59% + 2px), #ec8c00 60% , #000651 calc(60% + 2px));
        height: 100%

    }
    .caplusbarra{
        background-color: #ff7300;
        height: 8vh
    }
    .esloganbarra{
        background-color: #000651;
        height: 8vh !important
    }
    .back{
        background-color: black;
        width: 100px;
        height: 40%;
        text-align: center;
    }
    .imgcap{
        height: 8vh;
        margin: auto;
        width: auto !important;
    }
    .imgico{
        width: 50px !important;
        
    }
    
    .eslogan{
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        color: white    
    }
    .eslogan span{
        color: #ff7300   
    }
    div .eslogan{
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .row div .eslogan{
        height: 50px;
        
    }
    .footsusc{
        width: 30%!important; 
        max-width: 150px!important; 
    }
    .target{
        min-height: 68vh;
        background-color: #edeeff;
        vertical-align:middle
    }
    .contenedor{
        width: 80% !important;
        display:  block;
        background-color: white;
        
        
    }
    .imgconv{
        padding: 0 ! important;
        border:solid lightgray 1px !important;
        border-radius: 10px;
        width: 300px !important;
        height: max-content;
        
        background-size: 100%;
        background-image: no-repeat !important;
        background-image: fixed!important;
        background-image: center !important;
        
    }
    div.imgconv img{
        border-radius: 10px;
        width: 100%
    }
    .contimg{
        padding-bottom: 20px!important;
    }
    .imgconvplus{
        width: 70px;
        height: 70px;
    }
    .icorrss{
        width: 50px !important;
        height: 50px !important;
    }
    .anchoimg{
        width: 30% !important
    }
    .anchodesc{
        width: 70% !important
    }

    h3{
        font-size: 25px !important
    }
    .barraheigth{
        height: 8vh;
    }
    .slidDesk{
        display: block
    }
    .slidResp{
        display: none
    }
}