<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">                      .cont{
    width: 1100px;
    position: relative;
    display: flex;
   
}
.cont .card{
    position: relative;
    cursor: pointer;
}

.cont .card .face{
    width: 200px;
    height: 100px;
    
}

.cont .card .face.face1{
    position: relative;
    background: #4141f9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-left: 20px;
   
}

.cont .card:hover .face.face1{
    background: #4141f9;
  
}
 .cont .card .face.face1 .content{
    opacity:  1;
    
}

.cont .card:hover .face.face1 .content{
    opacity:0.5;
}

 .cont .card .face.face1 .content img {
  
     
     margin-left: 26px;
  
     
}

.cont .card .face.face1 .content h3{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.cont .card .face.face1 .content p {
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 10px;
}

.cont .card .face.face1 .content a {
    margin: 10px 0 0;
    padding: 0;
    color: #000000;
    text-align: center;
    font-size: 14px;
}


        
     


}
  .boton {
          
    background-color: #f71e47;;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    border: 2px solid #f71e47;
        
           }
        
       .boton .a{ 
           color: white;
         
           }
        
         .boton:hover {
    border: 1px solid #0d9ba3;
    color: #0d9ba3;
    background: #FFF;
}

       .barracolor {
    position: relative;
   
    background-color: #f71e47;;
    border-bottom: 1px solid #f71e47;;
    color: #fff;
           }
        
  
        .a: {
    color: white;
    font-size: 15px;
    font-family: 'Hind',sans-serif!important;
            font-weight: bold;
            border-radius: 3px;
            padding: 5px;
            
            
    
}
 .a:hover {
background-color: #f71e47;!important;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    

            }
        
        
.itemmenu {
    border-radius: 3px;
     font-size: 15px;
     color: #FFF
         
         

     
}
.items-menublue2:hover {
    background-color: #f95d7a!important;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
   
 }
        
        .trcr {
    margin: 15px 65px 35px 0;
    padding: 0;
    float: left;
    width: 300px;
}
        .trcr ul {
            display: block;
    list-style-type: disc;
   
}

.formulario{padding-left:0%;}

.formulario2 {padding-left:0%;
margin-top:40px;}

.formulario label{
float:left;
width:100px;}


.formulario2 label{
float:left;
width:100px;
text-size:15px;}

.formu h4{
 margin-bottom:15px;
text-size:15px;}

.formulario2 .formu {padding:25px 25px 25px 45px;
}

fieldset {width:40%;
padding:1% 2%;
margin-left:30%;
margin-bottom:5%;
box-shadow: 2px 2px 2px 2px #ddd;
-moz-border-radius:0em 0em;
-webkit-border-radius:0em 0em;
border-top: #C00 4px solid; }

fieldset h4 { padding-left:0;
color:#C00;
font-size:110%;}

.btnenviar {
	margin-left: 44px;
    background-color:#fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #f71e47;
	display:inline-block;
	cursor:pointer;
	color:#f71e47;
	font-size:15px;
	padding-bottom:5px;
    padding-top:5px;
    padding-left: 28px;
    padding-right: 28px;
	text-decoration:none;
}

.btnenviar:hover {
	background: #f71e47;
	
	color:#fff;
}

.btnenviar:active {
	position:relative;
	top:1px;
}


a.botongris {
	float:right;
	border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 7px 14px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   
  
   text-decoration: none;
   
   margin:1px 1px 1px 10px;
   }
   
a.botongris:hover {
   border-top-color: #4981a6;
   background: #4981a6;
   color: #ffffff;
   }
   
a.botongris:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   
   
   a.botongris2 {
	float:right;
	 border-top: 1px solid #525252;
   background: #827e7e;
   background: -webkit-gradient(linear, left top, left bottom, from(#525252), to(#827e7e));
   background: -webkit-linear-gradient(top, #525252, #827e7e);
   background: -moz-linear-gradient(top, #525252, #827e7e);
   background: -ms-linear-gradient(top, #525252, #827e7e);
   background: -o-linear-gradient(top, #525252, #827e7e);
   padding: 7px 14px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   
   
   text-decoration: none;
  
   margin:1px;
   }
   
a.botongris2:hover {
   border-top-color: #827e7e;
   background: #525252;
   color: #ffffff;
   }
   
a.botongris2:active {
 border-top-color: #a82222;
   background: #a82222;
   }
 .radio, .checkbox {
    position: relative;
    display: inline-flex;
    margin-top: 10px;
      }
        .info-btna {
    margin-top: 20px;
            margin-left: 870px;
    background-color: #f71e47;
    width: 128px;
    text-align: center;
    padding: 7px 0;
    border-radius: 3px;
}
.info-btna: hover {
    background-color: #e04865;

}
user agent stylesheet
div {
    display: block;
}







 .info-btna2 {
    margin-top: 20px;
            
    background-color: #f71e47;
    width: 128px;
    text-align: center;
    padding: 7px 0;
    border-radius: 3px;
}

.info-btna2 a {
    color: aliceblue;
}
.info-btna2: hover {
    background-color: #e04865;

} 

.cont3{
    width: 1100px;
    position: relative;
    display: flex;
     float: left;
    justify-content: space-between;
}

.cont3 .card{
    position: relative;
    cursor: pointer;
}

.cont3 .card .face{
    width: 200px;
    height: 200px;
    transition: 0.5s;
}

.cont3 .card .face.face1{
    position: relative;
    background: #f7212c;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.cont3 .card:hover .face.face1{
    background: #a02531 ;
    transform: translateY(0);
}
 .cont .card .face.face1 .content{
    opacity: 1;
    transition: 0.5s;
}

.cont3 .card:hover .face.face1 .content{
    opacity: 0.5;
}

 .cont3 .card .face.face1 .content img {
  
     
     margin: auto;
     display:block;
  
     
}

.cont3 .card .face.face1 .content h3{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

 .cont3 .card .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-100px);
     width: 200px;
    height: 150px;
}

.cont3 .card:hover .face.face2{
    transform: translateY(0);
}

 .cont3 .card .face.face2 .content p{
    margin: 0;
    padding: 0;
}

.cont3 .card .face.face2 .content a{
    margin: 15px 0 0;
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #f7212c;
}

 .cont3 .card .face.face2 .content a:hover{
    background: #f7212c;
    color: #fff;
}   
   
        
        
      
        
        .cont2{
                width: 425px;
   
display: flex;
float:left;
position: relative;
justify-content: space-between;
         
            

}

.cont2 .card{
    position: relative;
    cursor: pointer;
    
}

.cont2 .card .face{
    width: 200px;
    height: 200px;
    transition: 0.5s;
}

.cont2 .card .face.face1{
    position: relative;
    background: #2b97c2;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.cont2 .card:hover .face.face1{
    background: #256FBA;
    transform: translateY(0);
}
 .cont2 .card .face.face1 .content{
    opacity: 1;
    transition: 0.5s;
}

.cont2 .card:hover .face.face1 .content{
    opacity: 0.5;
}

 .cont2 .card .face.face1 .content img {
  
     
     margin: auto;
     display:block;
  
     
}

.cont2 .card .face.face1 .content h3{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

 .cont2 .card .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-100px);
     width: 200px;
    height: 150px;
}

.cont2 .card:hover .face.face2{
    transform: translateY(0);
}

 .cont2 .card .face.face2 .content p{
    margin: 0;
    padding: 0;
}

.cont2 .card .face.face2 .content a{
    margin: 15px 0 0;
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #2b97c2;
}

 .cont2 .card .face.face2 .content a:hover{
    background: #2b97c2;
    color: #fff;
}   
        </pre></body></html>