

.titulo_principal{
     font-size: 30px;
     text-transform: uppercase; 
     font-weight: 600;
     padding-bottom: 35px;
}


.banners_presencial{
     min-width: 100%;
     box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}


.temario>p>strong{
     font-weight: 900;
     padding-top: .5em;
     padding-bottom: .5em;
     display: block;
}

.temario>p>strong>em{
     font-weight: 900;
     padding-top: .5em;
     padding-bottom: .5em;
     display: block;
}


.temario>h3>strong>em{
     font-weight: 900;
     padding-top: .5em;
     padding-bottom: .5em;
     display: block;
}

.temario>h2, .temario>h3, .temario>h4, .temario>h5, .temario>h6{
     text-align: left;
     font-size: .99em;
     padding-top: .8em;
     padding-bottom: .8em;
}



.temario>p{
     text-align: left;
}

.temario>ul>li{
     text-align: left;
     /*list-style-type: disc;*/
}
.temario>ul{
     padding-left: 20px;
}


.temario>ul>li>ul{
     padding-top: 5px;
     padding-left: 40px;
}

.temario>ul>li>ul>li{
     text-align: left;
     list-style-type: disc;
}

.temario>ol{
     text-align: left;
     list-style-type: decimal;
     font-weight: 600;
     padding-top: .8em;
     padding-bottom: .8em;
}

.temario>ul>li{
    position: relative;
}

.temario>ul>li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #1BBC9B;
    /* padding-right: 10px; */
    position: absolute;
    left: -20px;
    font-size: 1em;
}

.textwidget{
     width: 293px;
     margin: 22px auto;
     margin-top: 0px;
}

.btn_pipe {
  background: #EF5152;
  background-image: -webkit-linear-gradient(top, #EF5152, #EF5152);
  background-image: -moz-linear-gradient(top, #EF5152, #EF5152);
  background-image: -ms-linear-gradient(top, #EF5152, #EF5152);
  background-image: -o-linear-gradient(top, #EF5152, #EF5152);
  background-image: linear-gradient(to bottom, #EF5152, #EF5152);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 32px;
  padding: 10px 20px 10px 20px;
  border: solid #d14d4f 2px;
  text-decoration: none;
  /*---------*/
	display: block ;
	font-size: 1.2em;
	padding-top: .8em;
	padding-bottom: .8em;
  /*---------*/
	display: flex;
    align-items: center;
    justify-content: center;
}


.btn_pipe:hover {
  background: #d64649;
  background-image: -webkit-linear-gradient(top, #d64649, #d64649);
  background-image: -moz-linear-gradient(top, #d64649, #d64649);
  background-image: -ms-linear-gradient(top, #d64649, #d64649);
  background-image: -o-linear-gradient(top, #d64649, #d64649);
  background-image: linear-gradient(to bottom, #d64649, #d64649);
  text-decoration: none;
}


.boton_pipe{
	background-color: #00a071 ;
	font-size: 1.5em ;
	border: none ;color: white ;
	width: 86% ;padding: 15px ;
	border-radius: 5px;
	transition: all .5s;
}
.boton_pipe:hover{
	background-color: #037a57 ;
	cursor: pointer;
}



#spax{
   color: black;
   background-color: #ef5152;
   width: 40px;
   height: 40px;        

   display: block;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 100%;
   color: white;
   font-weight: 900;
   box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
   position: fixed;
   bottom: 380px;
   right: 282px;
   cursor: pointer;
}


#fixed{
   position: fixed;
   bottom: 0;
   right: 15px;
 }
 
 @media (max-width: 780px){
   .oculta_tablets{
     display: none !important;
   }
      
 }

.presencial_form{
     width: 293px;
     margin: 0 auto;
     background: rgba(120, 118, 147, 0.38);
     /* width: 100% ; */
     border-radius: 5px;
}

.form_presencial{
     background-color: rgba(0, 89, 178, 0);
     width: 100% ;padding-top: 20px ;
     -webkit-box-sizing: border-box ;
     -moz-box-sizing: border-box ;
     box-sizing: border-box ;
     margin: 0 auto;
     padding-bottom: 20px;
}

.solicita_prese{
     font-size: 1.2em;
     padding-bottom: 10px;
     text-align: center;
}

.input_presen{
     width: 85%;
     padding: 15px;
     margin-bottom: 10px;
     font-size: 1.2em;
     border: 1px solid rgba(0,0,0,.1);
}

.service_pipe{
     transition: all .3s;
     /*padding: 10px;*/
     box-shadow: 0px 0px 5px 1px rgba(0,0,0, .1);
     margin: .5em;
}

.service_pipe:hover{
     box-shadow: 0px 0px 5px 1px rgba(0,0,0, .5);
}


